|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnz.co.cks.tms.xml.NcbServiceType
Class NcbServiceType.
| Field Summary | |
private java.util.Vector |
_attribList
Field _attribList |
private java.lang.String |
_serviceCode
Field _serviceCode |
| Constructor Summary | |
NcbServiceType()
|
|
| Method Summary | |
void |
addAttrib(Attrib vAttrib)
Method addAttrib |
void |
addAttrib(int index,
Attrib vAttrib)
Method addAttrib |
java.util.Enumeration |
enumerateAttrib()
Method enumerateAttrib |
Attrib[] |
getAttrib()
Method getAttrib |
Attrib |
getAttrib(int index)
Method getAttrib |
int |
getAttribCount()
Method getAttribCount |
java.lang.String |
getServiceCode()
Method getServiceCodeReturns the value of field 'serviceCode'. |
boolean |
isValid()
Method isValid |
void |
removeAllAttrib()
Method removeAllAttrib |
Attrib |
removeAttrib(int index)
Method removeAttrib |
void |
setAttrib(Attrib[] attribArray)
Method setAttrib |
void |
setAttrib(int index,
Attrib vAttrib)
Method setAttrib |
void |
setServiceCode(java.lang.String serviceCode)
Method setServiceCodeSets the value of field 'serviceCode'. |
void |
validate()
Method validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.util.Vector _attribList
private java.lang.String _serviceCode
| Constructor Detail |
public NcbServiceType()
| Method Detail |
public void addAttrib(Attrib vAttrib)
throws java.lang.IndexOutOfBoundsException
vAttrib -
java.lang.IndexOutOfBoundsException
public void addAttrib(int index,
Attrib vAttrib)
throws java.lang.IndexOutOfBoundsException
index - vAttrib -
java.lang.IndexOutOfBoundsExceptionpublic java.util.Enumeration enumerateAttrib()
public Attrib[] getAttrib()
public Attrib getAttrib(int index)
throws java.lang.IndexOutOfBoundsException
index -
java.lang.IndexOutOfBoundsExceptionpublic int getAttribCount()
public java.lang.String getServiceCode()
public boolean isValid()
public void removeAllAttrib()
public Attrib removeAttrib(int index)
index - public void setAttrib(Attrib[] attribArray)
attribArray -
public void setAttrib(int index,
Attrib vAttrib)
throws java.lang.IndexOutOfBoundsException
index - vAttrib -
java.lang.IndexOutOfBoundsExceptionpublic void setServiceCode(java.lang.String serviceCode)
serviceCode - the value of field 'serviceCode'.
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||